This repository was archived by the owner on Mar 14, 2020. It is now read-only.
Integration 20120827#255
Closed
zhizhangchen wants to merge 46 commits into
Closed
Conversation
For force generate ID property for event handler.
Completed: 1. Event handler dialog construct 2. JS code exporting. 3. JS Preview.
Introduced ControlGroup as base widget for ButtonGroup, RadioGroup and CheckboxGroup, then base horizontal and vertical ButtonGroup on ButtonGroup
For hover effect.
We can define a "morph" function for a zone so that When adding a child, it can be morphed to another type. With this feature, we can have a generic widget in the palette which can adapt to different types of containers when dropped on them.
Looking for parent zone with the same name. If found, extend it with descendant zone, otherwize add a new zone.
Also set the default value of count bubble to empty, i.e, no count bubble
Sorting is still OK without this change and it causes bad appearance of ButtonGroup and ThumbnailSplitList
Previous algorithm only supports one zone containers or Headers, and it works hard to determine the position for insertion. The new algorithm firstly tries to insert to the zone of the nearest sibling using enhenced insertChildAfter/Before, if fails, uses addChild to automatically find a zone to insert.
…n-20120827 Conflicts: src/js/widgets.js
…20120827 Conflicts: src/js/views/property.js
Closed
Contributor
Author
|
Replaced by #263 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#252, #250, #249, #248, #232, #243, #254, #196, #222 included
There are some conflicts between #196 and the button group PR, and some conflicts between #222 and the other PR. I fixed them in the merge commits